home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_24 / PlaceObject2_134_24 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-01-15  |  135 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    this._x -= speed;
  3.    this._y += 5;
  4.    if(this._y >= 310)
  5.    {
  6.       this.removeMovieClip();
  7.    }
  8. }
  9.